func time.get2

9 uses

	time (current package)
		zoneinfo_read.go#L392: func get2(b []byte) int {
		zoneinfo_read.go#L421: 	n := get2(buf[10:])
		zoneinfo_read.go#L457: 		meth := get2(buf[10:])
		zoneinfo_read.go#L459: 		namelen := get2(buf[28:])
		zoneinfo_read.go#L460: 		xlen := get2(buf[30:])
		zoneinfo_read.go#L461: 		fclen := get2(buf[32:])
		zoneinfo_read.go#L491: 			get2(buf[8:]) != meth ||
		zoneinfo_read.go#L492: 			get2(buf[26:]) != namelen ||
		zoneinfo_read.go#L496: 		xlen = get2(buf[28:])